Fix spacing in last commit
authorjustbur <justin@burkett.cc>
Wed, 18 Nov 2015 19:58:35 +0000 (14:58 -0500)
committerjustbur <justin@burkett.cc>
Wed, 18 Nov 2015 19:58:35 +0000 (14:58 -0500)
README.org

index 59a5af46f94f0d6bd76d3245347ff7d413e105eb..bf56704cdfc7552653b4f053dbe7a1fd99a33c68 100644 (file)
@@ -9,11 +9,9 @@
   The echo area is not a good default, because it's not possible to completely
   control what shows there without doing something ugly, so occasionally the
   which-key information will be overwritten. To restore the old default simply
-
   #+BEGIN_SRC emacs-lisp
   (setq which-key-show-prefix 'echo)
   #+END_SRC
-
 - The function =which-key-show-top-level= was implemented by @iqbalansari
   (thanks!) to show top-level key bindings (those not behind a prefix). You can
   use =M-x which-key-show-top-level= to try it and bind it to a key if you like.